.span {
  display: none;
  width: 200px;
  /* background: #000; */
}

.span p {
  text-align: center;
  font-size: large;
  color: rgba(0, 179, 255, 0.625);
}

#li a:hover span {
  display: block;
  position: absolute;
  top: 51px;
  color: #fff;
}
.parHelper {
  position: relative;
}
.parHelper:hover .parHelperBox {
  position: absolute;
  top: 53px;
  left: 0;
  right: -100px;
  display: block;
}
.parHelper .parHelperBox {
  display: none;
  background: #fff;
  padding: 10px;
  text-align: center;
}
.parHelper .parHelperBox img {
  display: block;
  width: 300px;
}

.fitnessLi {
  color: #9d9d9d;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.fitnessLi:hover {
  color: #fff;
}
.fitnessLi ul {
  display: none;
  position: absolute;
  bottom: -200px;
  left: -20px;
  background: #ffffff80;
  border: 1px solid #eee;
  border-radius: 5px;
  width: 120px;
  z-index: 10;
  overflow: hidden;
}
.fitnessLi:hover ul {
  display: block;
  color: #fff;
}
.fitnessLi ul li {
  padding: 5px;
  cursor: pointer;
  text-align: center;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
}
.fitnessLi ul li a {
  color: #fff;
}

.news-list {
  display: flex;
  justify-content: center;
}
#three {
  /* overflow: hidden; */
}
#three .news-content {
  overflow: auto;
  height: 242px;
}
/* 修改滚动条样式 */
#three .news-content::-webkit-scrollbar {
  width: 2px;
}
#three .news-content::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
